From 230a81e34a9eb190fd38451420f77eba20ce316d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 17 Jun 2013 06:47:43 -0400 Subject: [PATCH] 3.9.4 --- NEWS | 32 ++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b9a711c74c..4e1f7c93c7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,35 @@ +Overview of Changes in GTK+ 3.9.2 to 3.9.4 +========================================== + +* GtkSearchBar: a toolbar that will popup automatically when + searches should be started, and dismissed when they are finished + +* GtkListBox a vertical container that can sort and filter its + children + +* GtkStack has gained position dependent transitions (left-right + and up-down) + +* The Broadway GDK backend can be built on Windows now + +* Bugs fixed: + 593079 untranslated strings in errors + 692638 Don't use AC_CANONICAL_TARGET + 699673 [3.2/3.4/3.6/3.8] uuid conflicting on Windows + 700185 GtkWindow: problem with child widget visibility + 700444 [W32] The use of uninitialized GDK default screen + 700779 gtk_menu_item_draw puts the arrow too close to the border + 701463 typo: "a string containing the an approximation" + 701840 deprecate gtk_im_multicontext_append_menuitems + 702370 a11y's /child/add-remove/GtkEntry test reads invalid memory + +* Translation updates + Brazilian Portuguese + Chinese + Czech + Japanese + + Overview of Changes in GTK+ 3.9.0 to 3.9.2 ========================================== diff --git a/configure.ac b/configure.ac index 8885944ed5..4a6aed4388 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ m4_define([gtk_major_version], [3]) m4_define([gtk_minor_version], [9]) -m4_define([gtk_micro_version], [3]) +m4_define([gtk_micro_version], [4]) m4_define([gtk_interface_age], [0]) m4_define([gtk_binary_age], [m4_eval(100 * gtk_minor_version + gtk_micro_version)]) -- 2.30.2